Turing machine
TM,
图灵机,
deterministic Turing machine
#complexity_theory
#complexity_theory
Definition
A TM is described by a tuple containing
- , alphabet of , finite set of symbols that 's tapes can contain. Assume it contains a designated "blank" symbol denoted , designated "start" symbol denoted , and numbers and .
- , finite set of possible states 's register can be in. Assume contains a designated start state and designated halting state .
- , where , transition function of , describing rules uses in performing each step.
Notes
- k-tape Turing machine (TM)
See also
References
- S. Arora, B. Barak. Computational Complexity: A Modern Approach, Cambridge University Press, 2009, pp. 10-15.
- https://ics.uci.edu/~goodrich/teach/cs162/notes/turing2.pdf